NEWS: Updates
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2020 12:36:54 +0000 (08:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2020 12:40:43 +0000 (08:40 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 2bcbfeb5b6b9f38330dcdb318fbcce9af8491d3e..8de44774b10f7ef280fcc52fd6874cf30d991fb3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
 Overview of Changes in GTK 3.99.0
 =================================
 
+* Remove the old accessibility implementation and
+  add the foundations for a new one that is based
+  on ARIA. The relevant widget api is GtkAccessible,
+  the backend implementations will use GtkATContext.
+  Currently, there is just a nascent test backend.
+
+* The GTK headers have been updated to use char *,
+  int, float and double instead of the corresponding
+  GLib types.
+
 * Add GtkEditableLabel, a label that can be edited
 
 * Add GtkBookmarkList, a list model for bookmarks
@@ -35,6 +45,7 @@ Overview of Changes in GTK 3.99.0
 
 * GtkFilterListModel:
  - Add incremental filtering
+ - Add a boolean filter, GtkBoolFilter
 
 * GtkSortListModel:
  - Use timsort